This simple program allows you to randomize the music for some or all of the levels in The Legedary
Starfy (5). Note that it currently only works with the American release, unless by pure coincidence the
Japanese version has the music data in the exact same location.

The program is simple enough to use, but I should still tell you what everything does. All levels
start "on," i.e. if you just hit "Apply" right then and there every single level will have their music
randomized. If you click All On or All Off, everything turns on or off at once. If you want to be more
fine-grained, simply write in a world and level number, then click the On/Off button to set it that way.

If you press "Quit," the application closes and nothing is saved. As stated previously, the "Apply"
button saves your changes to a new file of your choosing.

Some notes about the process:
1. Music is defined internally per room, not per level. You can only decide to randomize or not per level
though, both because it's easier for me, and the rooms don't always go in order so it would just make
everything needlessly complicated.
2. Only songs which were used in any room in vanilla can be randomly selected, to avoid infinitely looping
death jingles or the like. The exception is that the song that is played during the secret-level-unlocking
minigames may be selected, since I personally really like it.

Finally, presumably as a result of making an exe out of python code instead of C or whatever, opening
up the exe is really slow. Just be patient, or run the code file in "src" from the command line using
"python randomMusic.py".